home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / NextAnswers / EOFDirtyDoc / ObjectAdditions.h < prev    next >
Text File  |  1995-04-17  |  511b  |  18 lines

  1. /*
  2.  * ObjectAdditions.h
  3.  *
  4.  * You may freely copy, distribute, and reuse the code in this example.
  5.  * NeXT disclaims any warranty of any kind, expressed or  implied, as to its
  6.  * fitness for any particular use.
  7.  *
  8.  * Written by Kenny Leung, NeXT Technical Support
  9.  *
  10.  */
  11. // This doesn't really exist as code.  It's just here to suppress warnings.
  12.  
  13. #import <objc/Object.h>
  14.  
  15. @interface Object(Additions)
  16. - (void)controller:(EOController *)aController associationDidBeginEditing:(EOAssociation *)association;
  17. @end
  18.